home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
FROMUTS
/
SIOD2_4
/
siod-v2_4
/
!Cstart
next >
Wrap
Text File
|
1992-06-23
|
1KB
|
35 lines
| > !Cstart
|
set clib$flag 0
RMensure SharedClibrary 3.50 set clib$flag 1
RMensure SharedClibrary 0 set clib$flag 0
if "<clib$flag>"="1" then Error !!! Old shared C library !!! An old version of the shared C library (clib) is resident in memory. See page 44-45 of the Acorn C manual.
unset clib$flag
|
Echo !Cstart procedure for getting started
Echo
|
adfs
Echo Advanced Disc Filing System selected
Echo
|
set c$loc :IDEDisc4.$
|
RMensure SharedClibrary 3.50 RMload <c$loc>.!System.modules.clib
RMensure SharedClibrary 3.50 Error You need at least version 3.50 of the shared C library
Echo Version 3.50, or later, of the shared C library installed
|
RMensure FPEmulator 2.80 RMload <c$loc>.!System.modules.FPE280
RMensure FPEmulator 2.80 Error You need at least version 2.80 of the floating point emulator
Echo FPE 2.80 (or later) installed
Echo
|
LIB <c$loc>.C-Compiler.library
Echo <c$loc>.C-Compiler.Library set as the current library
DIR <c$loc>.siod-v2_4
Echo <c$loc>.siod-v2_4 selected as the current directory
Echo
|
unset c$loc
Echo !Cstart procedure successfully completed